Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the minor-and-patch group with 9 updates #156

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 6, 2024

Bumps the minor-and-patch group with 9 updates:

Package From To
@blockaid/client 0.25.0 0.27.3
@sentry/node 8.28.0 8.33.1
stellar-sdk 12.2.0 12.3.0
@babel/preset-typescript 7.24.7 7.25.7
@types/jest 29.5.12 29.5.13
@types/node 22.5.4 22.7.4
husky 9.1.5 9.1.6
typescript 5.5.4 5.6.2
webpack 5.94.0 5.95.0

Updates @blockaid/client from 0.25.0 to 0.27.3

Release notes

Sourced from @​blockaid/client's releases.

v0.27.3

0.27.3 (2024-10-01)

Full Changelog: v0.27.2...v0.27.3

Features

  • api: OpenAPI spec update via Stainless API (#278) (04a46b3)
  • api: OpenAPI spec update via Stainless API (#281) (6b71634)

Chores

v0.27.2

0.27.2 (2024-09-25)

Full Changelog: v0.27.1...v0.27.2

Features

  • api: OpenAPI spec update via Stainless API (#275) (c846195)

v0.27.1

0.27.1 (2024-09-23)

Full Changelog: v0.26.0...v0.27.1

Features

  • api: OpenAPI spec update via Stainless API (#263) (bcce784)
  • api: OpenAPI spec update via Stainless API (#268) (911e251)
  • api: OpenAPI spec update via Stainless API (#271) (75e0bd2)
  • api: OpenAPI spec update via Stainless API (#272) (9110c9b)
  • client: send retry count header (#273) (81edc2f)

Bug Fixes

Chores

Documentation

... (truncated)

Changelog

Sourced from @​blockaid/client's changelog.

0.27.3 (2024-10-01)

Full Changelog: v0.27.2...v0.27.3

Features

  • api: OpenAPI spec update via Stainless API (#278) (04a46b3)
  • api: OpenAPI spec update via Stainless API (#281) (6b71634)

Chores

0.27.2 (2024-09-25)

Full Changelog: v0.27.1...v0.27.2

Features

  • api: OpenAPI spec update via Stainless API (#275) (c846195)

0.27.1 (2024-09-23)

Full Changelog: v0.26.0...v0.27.1

Features

  • api: OpenAPI spec update via Stainless API (#263) (bcce784)
  • api: OpenAPI spec update via Stainless API (#268) (911e251)
  • api: OpenAPI spec update via Stainless API (#271) (75e0bd2)
  • api: OpenAPI spec update via Stainless API (#272) (9110c9b)
  • client: send retry count header (#273) (81edc2f)

Bug Fixes

Chores

Documentation

... (truncated)

Commits
  • 7738960 Merge pull request #279 from blockaid-official/release-please--branches--main...
  • 57c5491 release: 0.27.3
  • dc3a669 chore(internal): codegen related update (#282)
  • 6b71634 feat(api): OpenAPI spec update via Stainless API (#281)
  • 04a46b3 feat(api): OpenAPI spec update via Stainless API (#278)
  • fa03293 Merge pull request #276 from blockaid-official/release-please--branches--main...
  • 3cc1db4 release: 0.27.2
  • c846195 feat(api): OpenAPI spec update via Stainless API (#275)
  • 2a048fa Merge pull request #266 from blockaid-official/release-please--branches--main...
  • 5604320 release: 0.27.1
  • Additional commits viewable in compare view

Updates @sentry/node from 8.28.0 to 8.33.1

Release notes

Sourced from @​sentry/node's releases.

8.33.1

  • fix(core): Update trpc middleware types (#13859)
  • fix(fetch): Fix memory leak when handling endless streaming (#13809)

Work in this release was contributed by @​soapproject. Thank you for your contribution!

Bundle size 📦

Path Size
@​sentry/browser 22.64 KB
@​sentry/browser - with treeshaking flags 21.42 KB
@​sentry/browser (incl. Tracing) 34.87 KB
@​sentry/browser (incl. Tracing, Replay) 71.38 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 61.81 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 75.73 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 88.5 KB
@​sentry/browser (incl. Tracing, Replay, Feedback, metrics) 90.38 KB
@​sentry/browser (incl. metrics) 26.91 KB
@​sentry/browser (incl. Feedback) 39.78 KB
@​sentry/browser (incl. sendFeedback) 27.3 KB
@​sentry/browser (incl. FeedbackAsync) 32.08 KB
@​sentry/react 25.39 KB
@​sentry/react (incl. Tracing) 37.86 KB
@​sentry/vue 26.8 KB
@​sentry/vue (incl. Tracing) 36.77 KB
@​sentry/svelte 22.77 KB
CDN Bundle 23.95 KB
CDN Bundle (incl. Tracing) 36.66 KB
CDN Bundle (incl. Tracing, Replay) 71.15 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 76.45 KB
CDN Bundle - uncompressed 70.17 KB
CDN Bundle (incl. Tracing) - uncompressed 108.68 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 220.58 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 233.79 KB
@​sentry/nextjs (client) 37.82 KB
@​sentry/sveltekit (client) 35.45 KB
@​sentry/node 125.13 KB
@​sentry/node - without tracing 93.58 KB
@​sentry/aws-serverless 103.28 KB

8.33.0

Important Changes

  • feat(nextjs): Support new async APIs (headers(), params, searchParams) (#13828)

Adds support for new dynamic Next.js APIs.

... (truncated)

Changelog

Sourced from @​sentry/node's changelog.

8.33.1

  • fix(core): Update trpc middleware types (#13859)
  • fix(fetch): Fix memory leak when handling endless streaming (#13809)

Work in this release was contributed by @​soapproject. Thank you for your contribution!

8.33.0

Important Changes

  • feat(nextjs): Support new async APIs (headers(), params, searchParams) (#13828)

Adds support for new dynamic Next.js APIs.

  • feat(node): Add lru-memoizer instrumentation (#13796)

Adds integration for lru-memoizer using @​opentelemetry/instrumentation-lru-memoizer.

  • feat(nuxt): Add unstable_sentryBundlerPluginOptions to module options (#13811)

Allows passing other options from the bundler plugins (vite and rollup) to Nuxt module options.

Other Changes

  • fix(browser): Ensure wrap() only returns functions (#13838)
  • fix(core): Adapt trpc middleware input attachment (#13831)
  • fix(core): Don't return trace data in getTraceData and getTraceMetaTags if SDK is disabled (#13760)
  • fix(nuxt): Don't restrict source map assets upload (#13800)
  • fix(nuxt): Use absolute path for client config (#13798)
  • fix(replay): Stop global event handling for paused replays (#13815)
  • fix(sveltekit): add url param to source map upload options (#13812)
  • fix(types): Add jsdocs to cron types (#13776)
  • fix(nextjs): Loosen @​sentry/nextjs webpack peer dependency (#13826)

Work in this release was contributed by @​joshuajaco. Thank you for your contribution!

8.32.0

... (truncated)

Commits
  • 606cc3a release: 8.33.1
  • 9de1a8f Merge pull request #13861 from getsentry/prepare-release/8.33.1
  • 2903036 meta(changelog): Update changelog for version 8.33.1
  • 5c06bd2 fix(core): Update trpc middleware types (#13859)
  • 0b739c5 fix(fetch): Fix memory leak when handling endless streaming (#13809)
  • febdfc6 Merge pull request #13853 from getsentry/master
  • 4604f3e Merge branch 'release/8.33.0'
  • 7a5a05e release: 8.33.0
  • 83d319b Merge pull request #13852 from getsentry/prepare-release/8.33.0
  • 237ad53 ci(deps): bump denoland/setup-deno from 1.4.1 to 1.5.1 (#13843)
  • Additional commits viewable in compare view

Updates stellar-sdk from 12.2.0 to 12.3.0

Release notes

Sourced from stellar-sdk's releases.

v12.3.0

Added

  • rpc.Server now has a getTransactions, which has the same response schema as getTransactions except with bundles of transactions (#1037).
  • rpc.Server now has a getVersionInfo method which reports version information of the RPC instance it is connected to (#1028):
export interface GetVersionInfoResponse {
  version: string;
  commit_hash: string;
  build_time_stamp: string;
  captive_core_version: string;
  protocol_version: number;
}

Fixed

  • Lower authorization entry's default signature expiration to ~8min for security reasons (#1023).
  • Remove statusText error check to broaden compatibility (#1001).
  • Upgraded stellar-base which includes various fixes (release notes, #1045).

Contributors

@​Shaptic @​chadoh @​aditya1702 @​psheth9

New Contributors

Full Changelog: stellar/js-stellar-sdk@v12.2.0...v12.3.0

Changelog

Sourced from stellar-sdk's changelog.

v12.3.0

Added

  • rpc.Server now has a getTransactions, which has the same response schema as getTransactions except with bundles of transactions (#1037).
  • rpc.Server now has a getVersionInfo method which reports version information of the RPC instance it is connected to (#1028):
export interface GetVersionInfoResponse {
  version: string;
  commit_hash: string;
  build_time_stamp: string;
  captive_core_version: string;
  protocol_version: number;
}

Fixed

  • Lower authorization entry's default signature expiration to ~8min for security reasons (#1023).
  • Remove statusText error check to broaden compatibility (#1001).
  • Upgraded stellar-base which includes various fixes (release notes, #1045).
Commits
  • 99cf4cc Release v12.3.0 (#1045)
  • e6cda07 RPC: Add support for getTransactions endpoint (#1037)
  • 581b32a Use renamed custom types example contract (#1043)
  • 3e081ba Modify auth entry sig expiration to ~8min (#1023)
  • 72ec060 Add support for getVersionInfo endpoint (#1028)
  • e4dd603 Remove statusText error check to broaden compatibility (#1001)
  • a2f69d9 Bump the minor-and-patch group across 1 directory with 9 updates (#1027)
  • 5ab7797 Update endpoint documentation references in the jsdocs (#1026)
  • 6a0c519 Update npm link in the README (#1025)
  • 161c083 Bump the minor-and-patch group across 1 directory with 2 updates (#1018)
  • Additional commits viewable in compare view

Updates @babel/preset-typescript from 7.24.7 to 7.25.7

Release notes

Sourced from @​babel/preset-typescript's releases.

v7.25.7 (2024-10-02)

Thanks @​DylanPiercey and @​YuHyeonWook for your first PRs!

🐛 Bug Fix

💅 Polish

🏠 Internal

  • babel-core
  • babel-helper-compilation-targets, babel-helper-plugin-utils, babel-preset-env
  • babel-plugin-proposal-destructuring-private, babel-plugin-syntax-decimal, babel-plugin-syntax-import-reflection, babel-standalone
  • babel-generator

🏃‍♀️ Performance

Committers: 8

v7.25.6 (2024-08-29)

Thanks @​j4k0xb for your first PR!

... (truncated)

Changelog

Sourced from @​babel/preset-typescript's changelog.

v7.25.7 (2024-10-02)

🐛 Bug Fix

💅 Polish

🏠 Internal

  • babel-core
  • babel-helper-compilation-targets, babel-helper-plugin-utils, babel-preset-env
  • babel-plugin-proposal-destructuring-private, babel-plugin-syntax-decimal, babel-plugin-syntax-import-reflection, babel-standalone
  • babel-generator

🏃‍♀️ Performance

v7.25.6 (2024-08-29)

🐛 Bug Fix

💅 Polish

  • babel-generator, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-duplicate-named-capturing-groups-regex, babel-plugin-transform-named-capturing-groups-regex, babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx, babel-plugin-transform-react-pure-annotations, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env

... (truncated)

Commits

Updates @types/jest from 29.5.12 to 29.5.13

Commits

Updates @types/node from 22.5.4 to 22.7.4

Commits

Updates husky from 9.1.5 to 9.1.6

Release notes

Sourced from husky's releases.

v9.1.6

What's Changed

New Contributors

Full Changelog: typicode/husky@v9.1.5...v9.1.6

Commits

Updates typescript from 5.5.4 to 5.6.2

Release notes

Sourced from typescript's releases.

TypeScript 5.6

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.6 RC

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.6 Beta

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

Commits
  • a7e3374 Bump version to 5.6.2 and LKG
  • 2063357 🤖 Pick PR #59708 (LEGO: Pull request from lego/hb_537...) into release-5.6 (#...
  • 4fe7e41 🤖 Pick PR #59670 (fix(59649): ts Move to a new file d...) into release-5.6 (#...
  • 1a03e53 🤖 Pick PR #59761 (this can be nullish) into release-5.6 (#59762)
  • 6212132 Update LKG
  • bbb5faf 🤖 Pick PR #59542 (Fixing delay caused in vscode due t...) into release-5.6 (#...
  • e6914a5 Bump version to 5.6.1-rc and LKG
  • 34121c4 Update LKG
  • 2a30c2a Merge remote-tracking branch 'origin/main' into release-5.6
  • 936a79b Expose TypeChecker. getAwaitedType to public (#59268)
  • Additional commits viewable in compare view

Updates webpack from 5.94.0 to 5.95.0

Release notes

Sourced from webpack's releases.

v5.95.0

Bug Fixes

  • Fixed hanging when attempting to read a symlink-like file that it can't read
  • Handle default for import context element dependency
  • Merge duplicate chunks call after split chunks
  • Generate correctly code for dynamically importing the same file twice and destructuring
  • Use content hash as [base] and [name] for extracted DataURI's
  • Distinguish module and import in module-import for externals import's
  • [Types] Make EnvironmentPlugin default values types less strict
  • [Types] Typescript 5.6 compatibility

New Features

  • Add new optimization.avoidEntryIife option (true by default for the production mode)
  • Pass output.hash* options to loader context

Performance

  • Avoid unneeded re-visit in build chunk graph
Commits
  • e20fd63 chore(release): 5.95.0
  • 4866b0d feat: added new optimization.entryIife option
  • d90f692 fix: merge duplicate chunks after split chunks
  • 90dec30 fix(externals): distinguish “module” and “import” in “module-import”
  • c1a0a46 fix(externals): distinguish “module” and “import” in “module-import”
  • 14d8fa8 fix: all tests cases
  • dae16ad feat: pass output.hash* options to loader context
  • 75d185d feat: pass output.hash* options to loader context
  • 46e0b9c test: update
  • 8e62f9f test
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the minor-and-patch group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [@blockaid/client](https://github.com/blockaid-official/blockaid-client-node) | `0.25.0` | `0.27.3` |
| [@sentry/node](https://github.com/getsentry/sentry-javascript) | `8.28.0` | `8.33.1` |
| [stellar-sdk](https://github.com/stellar/js-stellar-sdk) | `12.2.0` | `12.3.0` |
| [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) | `7.24.7` | `7.25.7` |
| [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) | `29.5.12` | `29.5.13` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.5.4` | `22.7.4` |
| [husky](https://github.com/typicode/husky) | `9.1.5` | `9.1.6` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.5.4` | `5.6.2` |
| [webpack](https://github.com/webpack/webpack) | `5.94.0` | `5.95.0` |


Updates `@blockaid/client` from 0.25.0 to 0.27.3
- [Release notes](https://github.com/blockaid-official/blockaid-client-node/releases)
- [Changelog](https://github.com/blockaid-official/blockaid-client-node/blob/main/CHANGELOG.md)
- [Commits](blockaid-official/blockaid-client-node@v0.25.0...v0.27.3)

Updates `@sentry/node` from 8.28.0 to 8.33.1
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@8.28.0...8.33.1)

Updates `stellar-sdk` from 12.2.0 to 12.3.0
- [Release notes](https://github.com/stellar/js-stellar-sdk/releases)
- [Changelog](https://github.com/stellar/js-stellar-sdk/blob/master/CHANGELOG.md)
- [Commits](stellar/js-stellar-sdk@v12.2.0...v12.3.0)

Updates `@babel/preset-typescript` from 7.24.7 to 7.25.7
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.25.7/packages/babel-preset-typescript)

Updates `@types/jest` from 29.5.12 to 29.5.13
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

Updates `@types/node` from 22.5.4 to 22.7.4
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `husky` from 9.1.5 to 9.1.6
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](typicode/husky@v9.1.5...v9.1.6)

Updates `typescript` from 5.5.4 to 5.6.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.5.4...v5.6.2)

Updates `webpack` from 5.94.0 to 5.95.0
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.94.0...v5.95.0)

---
updated-dependencies:
- dependency-name: "@blockaid/client"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@sentry/node"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: stellar-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@babel/preset-typescript"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@types/jest"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 6, 2024
Copy link

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@babel/[email protected] environment 0 67.2 kB nicolo-ribaudo
npm/@babel/[email protected] None 0 487 kB existentialism, hzoo, jlhwung, ...1 more
npm/@babel/[email protected] None 0 58 kB existentialism, hzoo, jlhwung, ...1 more
npm/@babel/[email protected] None 0 514 kB existentialism, hzoo, jlhwung, ...1 more
npm/@babel/[email protected] None 0 113 kB existentialism, hzoo, jlhwung, ...1 more
npm/@babel/[email protected] None 0 122 kB existentialism, hzoo, jlhwung, ...1 more
npm/@babel/[email protected] None 0 233 kB existentialism, hzoo, jlhwung, ...1 more
npm/@babel/[email protected] None 0 60.6 kB nicolo-ribaudo
npm/@babel/[email protected] None 0 82.2 kB nicolo-ribaudo
npm/@babel/[email protected] None 0 114 kB existentialism, hzoo, jlhwung, ...1 more
npm/@babel/[email protected] None 0 71.8 kB existentialism, hzoo, jlhwung, ...1 more
npm/@babel/[email protected] None 0 63.8 kB existentialism, hzoo, jlhwung, ...1 more
npm/@babel/[email protected] None 0 74.4 kB nicolo-ribaudo
npm/@babel/[email protected] None 0 93.3 kB existentialism, hzoo, jlhwung, ...1 more
npm/@babel/[email protected] None 0 54.7 kB existentialism, hzoo, jlhwung, ...1 more
npm/@babel/[email protected] environment 0 63.9 kB existentialism, hzoo, jlhwung, ...1 more
npm/@babel/[email protected] None 0 1.89 MB existentialism, hzoo, jlhwung, ...1 more
npm/@babel/[email protected] None 0 74.6 kB existentialism, hzoo, jlhwung, ...1 more
npm/@babel/[email protected] None 0 77.5 kB existentialism, hzoo, jlhwung, ...1 more
npm/@babel/[email protected] None 0 115 kB existentialism, hzoo, jlhwung, ...1 more
npm/@babel/[email protected] None 0 208 kB nicolo-ribaudo
npm/@babel/[email protected] None 0 95.2 kB existentialism, hzoo, jlhwung, ...1 more
npm/@babel/[email protected] None 0 131 kB existentialism, hzoo, jlhwung, ...1 more
npm/@babel/[email protected] None 0 740 kB existentialism, hzoo, jlhwung, ...1 more
npm/@babel/[email protected] environment 0 2.61 MB nicolo-ribaudo
npm/@blockaid/[email protected] environment, network 0 940 kB blockaiduser
npm/@opentelemetry/[email protected] None 0 166 kB pichlermarc
npm/@opentelemetry/[email protected] None 0 908 kB pichlermarc
npm/@opentelemetry/[email protected] None 0 121 kB bogdandrutu, dyladan, pichlermarc
npm/@opentelemetry/[email protected] None 0 53.6 kB bogdandrutu, dyladan, pichlermarc
npm/@opentelemetry/[email protected] None 0 44 kB bogdandrutu, dyladan, pichlermarc
npm/@opentelemetry/[email protected] None 0 90.2 kB bogdandrutu, dyladan, pichlermarc
npm/@opentelemetry/[email protected] None 0 70.1 kB bogdandrutu, dyladan, pichlermarc
npm/@opentelemetry/[email protected] None 0 80.6 kB bogdandrutu, dyladan, pichlermarc
npm/@opentelemetry/[email protected] None 0 35.4 kB bogdandrutu, dyladan, pichlermarc
npm/@opentelemetry/[email protected] None 0 126 kB bogdandrutu, dyladan, pichlermarc
npm/@opentelemetry/[email protected] None 0 85.8 kB bogdandrutu, dyladan, pichlermarc
npm/@opentelemetry/[email protected] None 0 184 kB pichlermarc
npm/@opentelemetry/[email protected] None 0 56.5 kB bogdandrutu, dyladan, pichlermarc
npm/@opentelemetry/[email protected] None 0 60.2 kB dyladan
npm/@opentelemetry/[email protected] None 0 60.8 kB bogdandrutu, dyladan, pichlermarc
npm/@opentelemetry/[email protected] None 0 27.9 kB bogdandrutu, dyladan, pichlermarc
npm/@opentelemetry/[email protected] None 0 130 kB bogdandrutu, dyladan, pichlermarc
npm/@opentelemetry/[email protected] None 0 68.7 kB bogdandrutu, dyladan, pichlermarc
npm/@opentelemetry/[email protected] None 0 74.9 kB bogdandrutu, dyladan, pichlermarc
npm/@opentelemetry/[email protected] None 0 55 kB bogdandrutu, dyladan, pichlermarc
npm/@opentelemetry/[email protected] None 0 51.9 kB bogdandrutu, dyladan, pichlermarc
npm/@opentelemetry/[email protected] None 0 104 kB bogdandrutu, dyladan, pichlermarc
npm/@opentelemetry/[email protected] None 0 82.2 kB bogdandrutu, dyladan, pichlermarc
npm/@opentelemetry/[email protected] unsafe 0 106 kB dyladan
npm/@opentelemetry/[email protected] filesystem 0 432 kB pichlermarc
npm/@opentelemetry/[email protected] environment, filesystem, shell 0 557 kB pichlermarc
npm/@opentelemetry/[email protected] None 0 783 kB pichlermarc
npm/@opentelemetry/[email protected] None 0 5.34 MB pichlermarc
npm/@prisma/[email protected] environment 0 35.6 kB prismabot
npm/@sentry/[email protected] None 0 1.94 MB sentry-bot
npm/@sentry/[email protected] None 0 2.72 MB benvinegar, billyvg, evanpurkhiser, ...8 more
npm/@sentry/[email protected] None 0 966 kB sentry-bot
npm/@sentry/[email protected] None 0 338 kB sentry-bot
npm/@sentry/[email protected] network 0 1.19 MB sentry-bot
npm/@types/[email protected] None 0 78.8 kB types
npm/@types/[email protected] None 0 25.3 kB types
npm/@types/[email protected] None 0 2.25 MB types
npm/@types/[email protected] None 0 4.4 kB types
npm/[email protected] environment, filesystem, shell 0 4.03 kB typicode
npm/[email protected] None 0 31.7 kB mathias
npm/[email protected] None 0 22.4 MB typescript-bot
npm/[email protected] None 0 5.08 MB evilebottnawi, jhnns, sokra, ...1 more

🚮 Removed packages: npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@blockaid/[email protected], npm/@opentelemetry/[email protected], npm/@opentelemetry/[email protected], npm/@opentelemetry/[email protected], npm/@opentelemetry/[email protected], npm/@opentelemetry/[email protected], npm/@opentelemetry/[email protected], npm/@opentelemetry/[email protected], npm/@opentelemetry/[email protected], npm/@opentelemetry/[email protected], npm/@opentelemetry/[email protected], npm/@opentelemetry/[email protected], npm/@opentelemetry/[email protected], npm/@opentelemetry/[email protected], npm/@opentelemetry/[email protected], npm/@opentelemetry/[email protected], npm/@opentelemetry/[email protected], npm/@opentelemetry/[email protected], npm/@opentelemetry/[email protected], npm/@opentelemetry/[email protected], npm/@opentelemetry/[email protected], npm/@opentelemetry/[email protected], npm/@opentelemetry/[email protected], npm/@prisma/[email protected], npm/@sentry/[email protected], npm/@sentry/[email protected], npm/@sentry/[email protected], npm/@sentry/[email protected], npm/@sentry/[email protected], npm/@types/[email protected], npm/@types/[email protected], npm/@types/[email protected], npm/@types/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected]

View full report↗︎

@aristidesstaffieri
Copy link
Contributor

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 10, 2024

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot bot closed this Oct 10, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/minor-and-patch-e21f19aaf1 branch October 10, 2024 20:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant